From eb09b35e65de19ff0b0ad9bfd895d4447316aa5f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 14 Apr 2011 22:47:25 +0000 Subject: [PATCH] ath9k: fix resetting the hw when the MAC fails to go idle (backport of r26665) SVN-Revision: 26666 --- package/mac80211/patches/300-pending_work.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 74acba566e..982e233fb7 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -258,7 +258,7 @@ ATH_DBG_WARN_ON_ONCE(!stopped); } - return stopped; -+ return stopped || reset; ++ return stopped && !reset; } void ath_flushrecv(struct ath_softc *sc) -- 2.30.2